Compilation Speedup Using C Modules

Compilation Speedup Using C++ Modules: A Case Study - Chuanqi Xu - CppCon 2022

Modules in C++ 20 - Thoughts on Compiler & CMake Support

CppCon 2016: Manuel Klimek “Deploying C++ modules to 100s of millions of lines of code'

C++20 Modules: Design Guidelines

Decomposing C++ Modules for Fast Load Times Source

Why Linus Torvalds doesn't use Ubuntu or Debian

CppCon 2016: Richard Smith “There and Back Again: An Incremental C++ Modules Design'

Speed Up Your Code With Cython

CppCon 2018: Nathan Sidwell “C++ Modules”

PyTorch in 100 Seconds

CppCon 2017: Boris Kolpackov “Building C++ Modules”

C++ Modules by Michal Kulagowski

CppCon 2019: Michael Spencer “Building Modules”

C++ Modules: Year 2021

Cython: Speed up Python and NumPy, Pythonize C, C++, and Fortran, SciPy2013 Tutorial, Part 1 of 4

import CMake: // 2023 State of C++20 modules in CMake - Bill Hoffman - CppNow 2023

Mojo Lang… a fast futuristic Python alternative

CppCon 2018: Jonathan Boccara “105 STL Algorithms in Less Than an Hour”

C++20 Modules: The Packaging and Binary Redistribution Story - Luis Caro Campos - CppCon 2023

C++ : How to use c++20 modules with CMake?

CppCon 2019: Gabriel Dos Reis “Programming with C++ Modules: Guide for the Working”

Practical C++ Modules - Boris Kolpackov - CppCon 2019

Implementing C++ Modules: Lessons Learned, Lessons Abandoned - Cameron DaCamara & Gabriel Dos Reis

how I sped up python's tokenize module by 25% (intermediate) anthony explains #221